home *** CD-ROM | disk | FTP | other *** search
/ Night Owl 6 / Night Owl's Shareware - PDSI-006 - Night Owl Corp (1990).iso / 031a / cmpskit.zip / SETUP.INF < prev   
INI File  |  1991-10-10  |  1KB  |  38 lines

  1. ; Module name: Setup.Inf
  2. ; Programmer : Jeffrey M. Richter
  3. ; Modified by Jerry Cummings
  4.  
  5. [Application] 
  6. ;Application global information 
  7. AppName=Compose V1.00a, 11-Oct-1991
  8. DefDir=C:\COMPOSE
  9. SpaceNeeded=100
  10. DefPMGroup=MAIN.GRP, Main
  11.  
  12. [Disks] 
  13. ;List of diskettes needed to install the product and the name 
  14. ;of each diskette.
  15. 1=Compose
  16.  
  17. [Dirs] 
  18. ;lists of directories that must be created from the destination directory 
  19. ;files to be copied are in the same directory structure on the 
  20. ;floppy (by default) 
  21. 1=.
  22.  
  23. [Files] 
  24. ; description,          name,           (dir #), (diskette #), (Compressed)
  25. Read Me File,         COMPOSE.TXT,    1, 1, N
  26. Compose DLL,          CMPS_DLL.DLL,   1, 1, N
  27. Compose Executable,   COMPOSE.EXE,    1, 1, N
  28. Compose Help,         COMPOSE.HLP,    1, 1, N
  29. Compose Data File,    COMPOSE.DAT,    1, 1, N
  30. Bug Report Form,      COMPOSE.BUG,    1, 1, N
  31.  
  32. [PM Info] 
  33. ;File Name,     App Description, Icon file #, Icon #
  34. COMPOSE.EXE,  Compose
  35.  
  36. [End]
  37. 
  38.